branch-3.0: [chore](bash) optimize output information when doris_cloud startup #45883#47345
Merged
dataroaring merged 1 commit intobranch-3.0from Feb 12, 2025
Merged
Conversation
…45883) before: ``` bash bin/start.sh --daemon --meta-service LIBHDFS3_CONF= starts doris_cloud with args: --meta-service wait and check doris_cloud start successfully successfully started brpc listening on port=5000 time_elapsed_ms=11 doris_cloud start successfully ``` after: ``` bash bin/start.sh --daemon --meta-service 2024-12-26 15:31:53 start with args: --meta-service wait and check MetaService and Recycler start successfully process working directory: "/mnt/disk1/zhangminke/ms" pid=1666015 written to file=./bin/doris_cloud.pid version:{doris-0.0.0-release} code_version:{commit=fd44740fadabebfedb5da201d7ce427a5dd47c44 time=2025-01-16 18:53:00 +0800} build_info:{initiator=zhangminke@VM-10-6-centos build_at=2025-01-16 18:53:00 +0800 build_on=NAME="TencentOS Server" VERSION="3.1 (Final)" } use volatile mem kv, please make sure it is not a production environment MetaService has been started successfully successfully started service listening on port=23415 time_elapsed_ms=19 ```
Contributor
|
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
Contributor
|
run buildall |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Cherry-picked from #45883